Administrative Records Global Rule Controller

class src.admrec_rules.AdmrecRules(log, segment, rulesets, rule_order)[source]

Class to handle coding of administration records (nonarr and noncrt).

convert_admrec(row, _index=0)[source]

A global rule controller to convert the nonarr and noncrt variables.

@param row: The current row to be converted @param _index: A variable to keep track of the recursive depth

This Page